Skip to content

Update dependency micromatch to v4.0.8 [SECURITY]#294

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/npm-micromatch-vulnerability
Open

Update dependency micromatch to v4.0.8 [SECURITY]#294
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/npm-micromatch-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Confidence
micromatch 4.0.24.0.8 age confidence

GitHub Vulnerability Alerts

CVE-2024-4067

The NPM package micromatch prior to version 4.0.8 is vulnerable to Regular Expression Denial of Service (ReDoS). The vulnerability occurs in micromatch.braces() in index.js because the pattern .* will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the input while it doesn't find the closing bracket. As the input size increases, the consumption time will also increase until it causes the application to hang or slow down. There was a merged fix but further testing shows the issue persisted prior to https://github.com/micromatch/micromatch/pull/266. This issue should be mitigated by using a safe pattern that won't start backtracking the regular expression due to greedy matching.


Release Notes

micromatch/micromatch (micromatch)

v4.0.8

Compare Source

v4.0.7

Compare Source

  • this is basically v4.0.5, with some README updates
  • it is vulnerable to CVE-2024-4067
  • Updated braces to v3.0.3 to avoid CVE-2024-4068
  • does NOT break API compatibility

v4.0.6

Compare Source

  • Added hasBraces to check if a pattern contains braces.
  • Fixes CVE-2024-4067
  • BREAKS API COMPATIBILITY
  • Should be labeled as a major release, but it's not.

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

  • Enforce newer version of picomatch with bugfixes

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/npm-micromatch-vulnerability branch from a601173 to 264ce21 Compare December 31, 2025 16:39
@renovate renovate bot force-pushed the renovate/npm-micromatch-vulnerability branch from 264ce21 to 722abd8 Compare January 8, 2026 19:33
@renovate renovate bot changed the title Update dependency micromatch to v4.0.8 [SECURITY] Update dependency micromatch to v4.0.8 [SECURITY] - autoclosed Mar 27, 2026
@renovate renovate bot closed this Mar 27, 2026
@renovate renovate bot deleted the renovate/npm-micromatch-vulnerability branch March 27, 2026 00:40
@renovate renovate bot changed the title Update dependency micromatch to v4.0.8 [SECURITY] - autoclosed Update dependency micromatch to v4.0.8 [SECURITY] Mar 30, 2026
@renovate renovate bot reopened this Mar 30, 2026
@renovate renovate bot force-pushed the renovate/npm-micromatch-vulnerability branch 2 times, most recently from 722abd8 to bbe585b Compare March 30, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants